Deprecate in_string()
authorChad Horohoe <chadh@wikimedia.org>
Wed, 6 Feb 2013 19:38:57 +0000 (14:38 -0500)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 6 Feb 2013 19:38:57 +0000 (14:38 -0500)
commit296e57f6343bd8a3c43bc5a931ae9c81527a77dc
tree05623cc0065121d906508bd9c90f981c2452e5b6
parente37ba117566b6a4ffe186718784c0a061ef56a64
Deprecate in_string()

It's a silly wrapper for something you can do in one line
of PHP anyway.

Change-Id: Ib85e4aaa20e62fe5f218b38cf0759c9c799c3381
includes/GlobalFunctions.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php